crypto/tls.clientHelloMsg.quicTransportParameters (field)
11 uses
crypto/tls (current package)
handshake_client.go#L194: hello.quicTransportParameters = p
handshake_messages.go#L98: quicTransportParameters []byte
handshake_messages.go#L156: if m.quicTransportParameters != nil { // marshal zero-length parameters when present
handshake_messages.go#L160: exts.AddBytes(m.quicTransportParameters)
handshake_messages.go#L628: m.quicTransportParameters = make([]byte, len(extData))
handshake_messages.go#L629: if !extData.CopyBytes(m.quicTransportParameters) {
handshake_messages.go#L707: quicTransportParameters: slices.Clone(m.quicTransportParameters),
handshake_server_tls13.go#L278: if hs.clientHello.quicTransportParameters == nil {
handshake_server_tls13.go#L282: c.quicSetTransportParameters(hs.clientHello.quicTransportParameters)
handshake_server_tls13.go#L284: if hs.clientHello.quicTransportParameters != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |